Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(verkle-ipa): fix off-by-one, reenable simple prover+verifier test #403

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

mratsim
Copy link
Owner

@mratsim mratsim commented Jun 26, 2024

Follow-up on #397.

The size of the array for IPA verification was off-by-one.
With the address sanitizer the last cell was zero-init , hence we had a correct result. This was not the case with normal allocator.

@mratsim mratsim requested a review from agnxsh June 26, 2024 21:19
@mratsim mratsim merged commit 4b8e63d into master Jun 27, 2024
12 checks passed
@mratsim mratsim deleted the ipa-fix-verifier branch June 27, 2024 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant